You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TRngStream Class > TRngStream Methods > TRngStream.RandomCauchy Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TRngStream.RandomCauchy Method

Generates an array of samples distributed by Cauchy distribution.

Syntax
C#
Visual Basic
public void RandomCauchy([In] TMtxVec Dst, [In] double mu, [In] double b);

Returns random numbers distributed according to to the Cauchy probability density function (PDF) as defined here Probabilities.CauchyPDF. The number of samples generated is defined with the Dst.Length parameter. The result is an array which can be accessed via Dst.Values property.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!